From: Richard M. Stallman Date: Sat, 28 May 1994 04:14:22 +0000 (+0000) Subject: (make-frame): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~91350 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=8dbd5c78050d62dabae27239035f291f4c3013c7;p=emacs.git (make-frame): Doc fix. --- diff --git a/lisp/frame.el b/lisp/frame.el index 554eebaf7fa..e76ac2f1fe7 100644 --- a/lisp/frame.el +++ b/lisp/frame.el @@ -354,10 +354,7 @@ of the following forms: \(minibuffer . t) - the frame should have a minibuffer \(minibuffer . nil) - the frame should have no minibuffer \(minibuffer . only) - the frame should contain only a minibuffer -\(minibuffer . WINDOW) - the frame should use WINDOW as its minibuffer window. - -The documentation for the function `x-create-frame' describes -additional frame parameters that Emacs recognizes for X window frames." +\(minibuffer . WINDOW) - the frame should use WINDOW as its minibuffer window." (interactive) (let ((nframe)) (run-hooks 'before-make-frame-hook)